Activate workflow for automated version increments in pull-requests for eclipse.platform.releng#2991
Merged
HannesWell merged 3 commits intoApr 22, 2025
Conversation
HannesWell
pushed a commit
to HannesWell/eclipse.platform.eclipsefdn
that referenced
this pull request
Apr 18, 2025
HannesWell
pushed a commit
to HannesWell/eclipse.platform.eclipsefdn
that referenced
this pull request
Apr 18, 2025
HannesWell
added a commit
to HannesWell/eclipse.platform.eclipsefdn
that referenced
this pull request
Apr 18, 2025
Set up for this repository the workflow for automated version increments in pull-requests added via - eclipse-platform#2352 But only for the projects in the 'eclipse.platform.releng' in order to avoid building the entire SDK just to check for version increments. Missing version increments in sub-modules cannot be handled in this repository anyway.
dc2be71 to
c1bace3
Compare
Member
Author
|
With the additional extension to the Unfortunately this is currently blocked by eclipse-platform/.eclipsefdn#13. I also experimented with using the standard GITHUB_TOKEN that we can at least get immediate feedback about the projects that need a bump in the meantime, but this doesn't work very well and would require further changes at the permissions I'm not inclined to do now. So we'll wait until the mentioned issues are resolved. |
HannesWell
added a commit
to HannesWell/eclipse.platform.eclipsefdn
that referenced
this pull request
Apr 21, 2025
mbarbero
pushed a commit
to eclipse-platform/.eclipsefdn
that referenced
this pull request
Apr 22, 2025
Member
Author
|
Now that eclipse-platform/.eclipsefdn#12 is submitted, this is ready as well. |
Member
Author
|
The PR #2990 (comment) demonstrated that this works as desired. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Set up for this repository the workflow for automated version increments in pull-requests added via #2352
Before this can work complete, the required PAT of the Platform-bot has to be added to this repo as described in the linked PR and requested in respectively done in
I'll create a PR for that as well.